| lcTIN_Isolines | Home |
|
int lcTIN_Isolines ( HANDLE hTIN, double Zstep, int BoldStep, HANDLE hLcWnd ); |
| hTIN | |
| Handle to a TIN object. | |
| Zstep | |
| Z distance between isolines levels (LC_PROP_TIN_ISOSTEP property). | |
| BoldStep | |
| Defines a number of Z-levels between isolines drawn by thick line (LC_PROP_TIN_ISOBOLD property). | |
| hLcWnd | |
| Handle to a graphics window object. | |
| Number of created isolines. |
| Code sample, lcTIN_IsoGetFirst, lcTIN_IsoGetNext |